projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3c38e4
)
magnifier: Set a css name
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 3 Nov 2020 15:11:50 +0000
(10:11 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 3 Nov 2020 16:00:32 +0000
(11:00 -0500)
Predictably, we use the name "magnifier".
gtk/gtkmagnifier.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmagnifier.c
b/gtk/gtkmagnifier.c
index af06d213d31cd56b1afb3645cc36bc21c66b9ef5..5b5b6ab7ac79634d8182a388cdd383d398168d33 100644
(file)
--- a/
gtk/gtkmagnifier.c
+++ b/
gtk/gtkmagnifier.c
@@
-202,6
+202,8
@@
gtk_magnifier_class_init (GtkMagnifierClass *klass)
P_("resize"),
FALSE,
G_PARAM_READWRITE));
+
+ gtk_widget_class_set_css_name (widget_class, "magnifier");
}
static void